<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#header {
	width: 100%;
	height: 140px;
	background: url(../images/h_bg.png) no-repeat top center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}
#header .main {
	width: 980px;
	margin: 0px auto;
}
#header .main .logo {
	width: 158px;
	height: 178px;
	background-image: url(../images/logo.png);
}
#header .main .nr {
	width: 750px;
}
#header .main .nr .top {
	width: 221px;
	height: 22px;
	background-image: url(../images/top.png);
	position: relative;
}
#header .main .nr .top a {
	width: 21px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header .main .nr .top .tel {
	left: 38px;
}
#header .main .nr .top .form {
	width: 150px;
	height: 22px;
}
#header .main .nr .top .form input {
	border: 0px;
	background-color: transparent;
}
#header .main .nr .top .form .t {
	width: 108px;
	height: 14px;
	line-height: 14px;
	color: #ba824c;
	padding: 4px 0px 4px 14px;
}
#header .main .nr .top .form .s {
	margin: 4px 5px 3px 0px;
	width: 18px;
	height: 15px;
	cursor: pointer;
}
/*菜单*/
#menu {
	clear: both;
	display: table;
}
#menu li, #menu div {
	float: left;
}
#menu li {
	position: relative;
	font-weight: bold;
}
#menu li a {	
	padding: 0px 17px;
	font-size: 14px;
	line-height: 17px;
	color: #e6c16a;
	padding-bottom: 35px;
}
#menu div {
	width: 2px;
	height: 17px;
	background-image: url(../images/i_13.png);
	margin: 0px 8px;
}
#menu li.cur a {
	background: url(../images/hlibg.png) no-repeat center 30px;
}
#menu li ul {
	position: absolute;
	width: 130px;
	top: 42px;
	left: 50%;
	margin-left: -65px;
	z-index: 21;
	display: none;
}
#menu li li {
	width: 100%;
	float: left;
	font-weight: normal;
}
#menu li .t {
	height: 8px;
	background-image: url(../images/htop-bg.png);
}
#menu li li a {
	width: 120px;
	height: 29px;
	overflow: hidden;
	font-size: 12px;
	color: #ffe4a4;
	line-height: 29px;
	display: block;
	text-align: center;
	margin: 0px auto;
	background-color: #990123;
	background-image: none;
	border-bottom: 1px solid #a82731;
	padding: 0px;
}
#menu li.cur li a {
	background-color: #990123;
}
#menu li li a:hover {
	background-color: #7a011c;
	color: #fff;
}
#menu li.cur li a {
	background-image: none;
}
#menu li .b {
	height: 14px;
	background-image: url(../images/hbom-bg.png);
}

/*
横幅
*/
#banner {
	clear: both;
	width: 100%;
	/*height: 590px;*/
	overflow: hidden;
	position: relative;
	margin-top: 103px;
}
/*flexslider*/
.flexslider {
	position: relative;
	width: 100%;
	height: auto;
	/*height: 590px;*/
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 1380px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li, .flexslider .slides li a {
	width: 100%;
	height: auto;
	/*height: 590px;*/
	display: block;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: top center;
}
.flex-direction-nav a {
	width: 59px;
	height: 59px;
	line-height: 99em;
	overflow: hidden;
	margin-top: -30px;
	display: block;
	/*background: url(../images/bannerButton.png) no-repeat;*/
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	display: none;
}
.flex-direction-nav .flex-prev {
	left: 50%;
	background-position: center left;
	margin-left: -600px;
}
.flex-direction-nav .flex-next {
	right: 50%;
	background-position: center right;
	margin-right: -600px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 45px;
	text-align: center;
	z-index: 2;
	*zoom: 2;
}
.flex-control-nav li {
	margin: 0px 90px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/b0.png) no-repeat;
	text-indent: -99em;
	width: 27px;
	height: 27px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: top left;
}
.flex-control-paging li a.flex-active {
	background-position: top right;
}

/*
底部
*/
#footer {
	clear: both;
	width: 100%;
	height: 92px;
	background: url(../images/footer.jpg) no-repeat top center;
	padding-top: 67px;
}
#footer .foot {
	width: 960px;
	margin: 0px auto;
	border-top: 1px solid #5a3f2b;
	height: 65px;
}
#footer .foot .icon {
	width: 125px;
	height: 33px;
	background-image: url(../images/indexIcon.png);
	position: relative;
}
#footer .foot .icon li {
	width: 33px;
	float: left;
}
#footer .foot .icon li a {
	width: 100%;
	height: 33px;
	display: block;
}
#footer .foot .icon div {
	position: absolute;
	z-index: 21;
	top: -274px;
	width: 250px;
	height: 272px;
	overflow: hidden;
	display: none;
}
#footer .foot .icon .wx {
	background-image: url(../images/wx.png);
	left: -63px;
}
#footer .foot .icon .wd {
	background-image: url(../images/wd.png);
	left: -17px;
}
#footer .foot .copyright {
	line-height: 65px;
}
#footer .foot .copyright, #footer .foot .copyright a {
	color: #ffddb7;
}
#footer .foot .copyright a:hover {
	color: #e6c16a;
}</pre></body></html>